home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 2003 September / PC Answers September 2003.iso / Software / trial / AutoMate 5.0.4.1 / automate5_eval_setup.exe / TaskEdit.exe / 0 / RCDATA / TFRMWINDOWMOVE / TFRMWINDOWMOVE.txt
Encoding:
Text File  |  2003-01-14  |  3.3 KB  |  136 lines

  1. inherited frmWindowMove: TfrmWindowMove
  2.   Left = 379
  3.   Top = 313
  4.   HelpContext = 66
  5.   OnClose = FormClose
  6.   PixelsPerInch = 96
  7.   TextHeight = 13
  8.   inherited pnlTop: TPanel
  9.     inherited lblCommandName: TLabel
  10.       Caption = ''
  11.     end
  12.     inherited memActionDesc: TMemo
  13.       Lines.Strings = (
  14.         
  15.           'Moves a window to the specified coordinates on the screen.  To s' +
  16.           'earch for partial '
  17.         'window titles, use wildcard characters * and ?.')
  18.     end
  19.   end
  20.   inherited pnlCenter: TPanel
  21.     inherited pgcControlPage: TPageControl
  22.       inherited tbsAM5Main: TTabSheet
  23.         object Label4: TLabel [1]
  24.           Left = 10
  25.           Top = 168
  26.           Width = 185
  27.           Height = 13
  28.           AutoSize = False
  29.           Caption = '&Position:'
  30.           FocusControl = cboPosition
  31.         end
  32.         object lblCoordinates: TLabel [2]
  33.           Left = 239
  34.           Top = 167
  35.           Width = 222
  36.           Height = 13
  37.           AutoSize = False
  38.           Caption = '&Upper left corner coordinates (X,Y):'
  39.           FocusControl = edtXpos
  40.         end
  41.         object lblMouseLocation: TLabel [3]
  42.           Left = 239
  43.           Top = 204
  44.           Width = 178
  45.           Height = 14
  46.           AutoSize = False
  47.           Caption = 'Current mouse location:'
  48.         end
  49.         object lblPressInsert: TLabel [4]
  50.           Left = 10
  51.           Top = 205
  52.           Width = 199
  53.           Height = 37
  54.           AutoSize = False
  55.           Caption = '(Press the insert key to capture)'
  56.           WordWrap = True
  57.         end
  58.         object lblPosition: TLabel [5]
  59.           Left = 443
  60.           Top = 206
  61.           Width = 16
  62.           Height = 13
  63.           Alignment = taRightJustify
  64.           Caption = '1,1'
  65.         end
  66.         inherited cboWindowTitle: TComboBox
  67.           OnDropDown = cboWindowTitleDropDown
  68.           OnKeyUp = cboWindowTitleKeyUp
  69.         end
  70.         inherited cbIncludeHiddenWindows: TCheckBox
  71.           Top = 56
  72.         end
  73.         inherited WindowHandlePnl1: TWindowHandlePnl
  74.           Top = 71
  75.         end
  76.         object cboPosition: TComboBox
  77.           Left = 10
  78.           Top = 184
  79.           Width = 204
  80.           Height = 21
  81.           Style = csDropDownList
  82.           ItemHeight = 13
  83.           TabOrder = 3
  84.           OnChange = cboPositionChange
  85.           OnKeyUp = cboWindowTitleKeyUp
  86.         end
  87.         object edtXpos: TEdit
  88.           Left = 239
  89.           Top = 183
  90.           Width = 105
  91.           Height = 21
  92.           TabOrder = 4
  93.           OnKeyUp = cboWindowTitleKeyUp
  94.         end
  95.         object edtYpos: TEdit
  96.           Left = 354
  97.           Top = 183
  98.           Width = 105
  99.           Height = 21
  100.           TabOrder = 5
  101.           OnKeyUp = cboWindowTitleKeyUp
  102.         end
  103.       end
  104.     end
  105.   end
  106.   inherited dxSIBarManager: TdxBarManager
  107.     Categories.ItemsVisibles = (
  108.       2)
  109.     Categories.Visibles = (
  110.       True)
  111.     PopupMenuLinks = <
  112.       item
  113.         Control = lsvAM5Errors
  114.         PopupMenu = dxCheckPopup
  115.       end>
  116.     DockControlHeights = (
  117.       0
  118.       0
  119.       0
  120.       0)
  121.   end
  122.   inherited dxCheckPopup: TdxBarPopupMenu
  123.     ItemLinks = <
  124.       item
  125.         Item = itmCheckAllErrors
  126.         UserGlyph.Data = {00000000}
  127.         Visible = True
  128.       end
  129.       item
  130.         Item = itmCheckNoErrors
  131.         UserGlyph.Data = {00000000}
  132.         Visible = True
  133.       end>
  134.   end
  135. end
  136.